_ Partial Class FGalaxyForm3 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.MonitorButton = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.TBstate1 = New System.Windows.Forms.TextBox() Me.TBstate2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TBstate3 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TBstate4 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TBx4 = New System.Windows.Forms.TextBox() Me.TBx3 = New System.Windows.Forms.TextBox() Me.TBx2 = New System.Windows.Forms.TextBox() Me.TBx1 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TBtime = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'MonitorButton ' Me.MonitorButton.Location = New System.Drawing.Point(78, 150) Me.MonitorButton.Name = "MonitorButton" Me.MonitorButton.Size = New System.Drawing.Size(97, 31) Me.MonitorButton.TabIndex = 0 Me.MonitorButton.Text = "Monitor" Me.MonitorButton.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(16, 38) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(38, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Proc 1" ' 'TBstate1 ' Me.TBstate1.Location = New System.Drawing.Point(61, 36) Me.TBstate1.Name = "TBstate1" Me.TBstate1.Size = New System.Drawing.Size(48, 20) Me.TBstate1.TabIndex = 2 Me.TBstate1.Text = "0" ' 'TBstate2 ' Me.TBstate2.Location = New System.Drawing.Point(61, 63) Me.TBstate2.Name = "TBstate2" Me.TBstate2.Size = New System.Drawing.Size(48, 20) Me.TBstate2.TabIndex = 4 Me.TBstate2.Text = "0" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(16, 62) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(38, 13) Me.Label2.TabIndex = 3 Me.Label2.Text = "Proc 2" ' 'TBstate3 ' Me.TBstate3.Location = New System.Drawing.Point(61, 89) Me.TBstate3.Name = "TBstate3" Me.TBstate3.Size = New System.Drawing.Size(48, 20) Me.TBstate3.TabIndex = 6 Me.TBstate3.Text = "0" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(16, 88) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(38, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Proc 3" ' 'TBstate4 ' Me.TBstate4.Location = New System.Drawing.Point(61, 115) Me.TBstate4.Name = "TBstate4" Me.TBstate4.Size = New System.Drawing.Size(48, 20) Me.TBstate4.TabIndex = 8 Me.TBstate4.Text = "0" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(16, 114) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(38, 13) Me.Label4.TabIndex = 7 Me.Label4.Text = "Proc 4" ' 'TBx4 ' Me.TBx4.Location = New System.Drawing.Point(127, 115) Me.TBx4.Name = "TBx4" Me.TBx4.Size = New System.Drawing.Size(48, 20) Me.TBx4.TabIndex = 12 Me.TBx4.Text = "0" ' 'TBx3 ' Me.TBx3.Location = New System.Drawing.Point(127, 89) Me.TBx3.Name = "TBx3" Me.TBx3.Size = New System.Drawing.Size(48, 20) Me.TBx3.TabIndex = 11 Me.TBx3.Text = "0" ' 'TBx2 ' Me.TBx2.Location = New System.Drawing.Point(127, 63) Me.TBx2.Name = "TBx2" Me.TBx2.Size = New System.Drawing.Size(48, 20) Me.TBx2.TabIndex = 10 Me.TBx2.Text = "0" ' 'TBx1 ' Me.TBx1.Location = New System.Drawing.Point(127, 36) Me.TBx1.Name = "TBx1" Me.TBx1.Size = New System.Drawing.Size(48, 20) Me.TBx1.TabIndex = 9 Me.TBx1.Text = "0" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(63, 9) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 13) Me.Label5.TabIndex = 13 Me.Label5.Text = "State" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(132, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(12, 13) Me.Label6.TabIndex = 14 Me.Label6.Text = "x" ' 'TBtime ' Me.TBtime.Location = New System.Drawing.Point(19, 156) Me.TBtime.Name = "TBtime" Me.TBtime.Size = New System.Drawing.Size(48, 20) Me.TBtime.TabIndex = 15 Me.TBtime.Text = "0" ' 'FGalaxyForm3 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(193, 193) Me.Controls.Add(Me.TBtime) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TBx4) Me.Controls.Add(Me.TBx3) Me.Controls.Add(Me.TBx2) Me.Controls.Add(Me.TBx1) Me.Controls.Add(Me.TBstate4) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TBstate3) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TBstate2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TBstate1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.MonitorButton) Me.Name = "FGalaxyForm3" Me.Text = "Monitor Form" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MonitorButton As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TBstate1 As System.Windows.Forms.TextBox Friend WithEvents TBstate2 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TBstate3 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TBstate4 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TBx4 As System.Windows.Forms.TextBox Friend WithEvents TBx3 As System.Windows.Forms.TextBox Friend WithEvents TBx2 As System.Windows.Forms.TextBox Friend WithEvents TBx1 As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents TBtime As System.Windows.Forms.TextBox End Class